home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo : PC-KAT (C) COPYRIGHT 1986, R.H. MARTIN. PRINT PC-KAT MANUAL.
- echo :
- echo : Please read and answer 1 or 2:
- echo :
- echo : 1. My operating system prompt is on the diskette drive with the PC-KAT
- echo : diskette in it & I have a printer ready to print.
- echo :
- echo : If your prompt is on the hard drive, choose 2.
- echo : If you haven't made a backup of your PC-KAT diskette yet, choose 2.
- echo :
- echo : The PC-KAT manuals are automatically printed with an indented
- echo : margin, so you don't need ahead of time do anything with your
- echo : printer except have top of form lined up and enough paper ready for a
- echo : near 10-40 pages per printout. Make sure your printer ribbon is
- echo : good for a 40 page printout.
- echo :
- echo : 2. I want to exit this procedure right now.
- kprint -?1
- if not errorlevel 1 goto bad_hit
- if errorlevel 3 goto bad_hit
- if errorlevel 2 goto end
- echo : Please read and answer 1, 2, 3 or 4:
- echo :
- echo : 1. Print PC-KAT General Manual (ALL users read this first).
- echo : 2. Print PC-KAT Install Instructions for DOS-inexperienced users.
- echo : (if you are in doubt, read install instructions in the General
- echo : manual first, --if those are too assumming, then print this out.)
- echo : 3. Print PC-KAT Advanced Topics Manual (not needed to use software).
- echo : 4. Print THE DB-SHARE PROGRAM Manual.
- kprint -?1
- if not errorlevel 1 goto bad_hit
- if errorlevel 5 goto bad_hit
- if errorlevel 4 katbook2 dbshare
- if errorlevel 3 katbook2 techref
- if errorlevel 2 katbook2 novice
- if errorlevel 1 katbook2 manual
- :bad_hit
- echo You did not choose a correct number; rerun this procedure again
- :end
-